Click or drag to resize

ResourceSetProperty Method (String, Property)

Sets a property on a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MultiStatus SetProperty(
	string address,
	Property property
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
property
Type: Independentsoft.WebdavProperty
A property to set.

Return Value

Type: MultiStatus
A MultiStatus response as a result of operation.
See Also